Skip to content

Conversation

@marxin
Copy link
Contributor

@marxin marxin commented Jan 15, 2026

Currently the best workaround for #5823 where we're waiting for a new release of one of our transitive dependency.

Copilot AI review requested due to automatic review settings January 15, 2026 09:53
@marxin marxin requested a review from syrusakbary as a code owner January 15, 2026 09:53
@marxin marxin changed the title CI(docs.rs): do not use --no-deps as a workaround CI(docs.rs): not use --no-deps as a workaround Jan 15, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a --no-deps cargo argument to the docs.rs build configuration for all Wasmer library packages as a temporary workaround for a transitive dependency issue (#5823).

Changes:

  • Added cargo-args = ["--no-deps"] to the docs.rs metadata section of 18 library package Cargo.toml files

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/api/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/cache/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/cli/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/compiler/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/compiler-cranelift/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/compiler-llvm/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/compiler-singlepass/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/journal/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/middlewares/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/swift/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/sys-utils/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/types/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/virtual-fs/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/virtual-net/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/vm/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/wai-bindgen-wasmer/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/wasi-types/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration
lib/wasix/Cargo.toml Added --no-deps cargo argument to docs.rs build configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants